<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body,span{
padding:0;margin:0;}
ul,li{list-style:none;}
img{border:0 none;}
a{ text-decoration:none !important; color:#333; font-family:"微软雅黑"; }
.fl{float:left;}
.fr{float:right;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
body{ 
	font-family:"微软雅黑"; 
	font-size:16px; 
	color:#333; 
	line-height:24px; 
}
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;} 
.clearfix { zoom:1;}
/****最小宽度****/
@media(max-width:449px){
.col-xss-12{width:100%;}
}
@media(max-width:449px){
.col-xss-6{width:50%;}
}
@media(max-width:449px){
.col-xss-4{width:33.3333333%;}
}
/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
/* 分页 */
.page-box{
    height: 36px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.pro-page{
    margin-top: 20px;
}
.page-box a{
    display: inline-block;
    height: 36px;
    border: 1px solid #dcdcdc;
    line-height: 36px;
    padding: 0 14px;
    color: #666;
    background: #fff;
    font-size: 14px;
    margin: 0px 5px;
}
.page-box a:hover{
    background-color:#ec700e;     
    border: 1px solid #ec700e;
    color: #fff;                           
}
.page-box a.page-on{
    color: #fff;
    background-color:#ec700e;
    border: 1px solid #ec700e;
}
.page-box a.on{
    color: #fff;
    background-color:#ec700e;
    border: 1px solid #ec700e;
}
@media(max-width: 991px){
    .page-box{
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .page-box a{
        height: 34px;
        padding: 0 11px;
    }
    .pro-page{
        margin-top: 10px;
    }
}
@media(max-width:449px){
    .page-box {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .pro-page{
        margin-top: 10px;
    }
    .page-box a {
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        margin: 0 3.5px;
    }
}
</pre></body></html>